3
3
4
4
All notable changes to this program are documented in this file.
5
5
6
+ ## 0.32.1 (2023-02-02, ` b7f075124503 ` )
7
+
8
+ ### Fixed
9
+
10
+ - When using the boolean capability ` moz:debuggerAddress ` with a value of ` true `
11
+ the site-isolation feature in Firefox will no longer accidentally be turned off.
12
+ This behavior affected all users of WebDriver clients especially Selenium, which
13
+ set this capability by default, and caused Firefox on desktop systems to be
14
+ launched in an unsupported mode.
15
+
6
16
## 0.32.0 (2022-10-13, ` 4563dd583110 ` )
7
17
8
18
### Added
9
19
20
+ - Native aarch64 builds of geckodriver for Linux and Windows are now available.
21
+
10
22
- Support ` wheel ` input source for [ Actions] , which is associated with a
11
23
wheel-type input device. This endpoint is supported by geckodriver when
12
24
using Firefox version ≥106.
@@ -30,12 +42,16 @@ All notable changes to this program are documented in this file.
30
42
a location that both Firefox and geckodriver have read/write access
31
43
to e.g.:
32
44
45
+ ``` bash
33
46
% mkdir $HOME /tmp
34
47
% geckodriver --profile-root=~ /tmp
48
+ ```
35
49
36
50
or
37
51
52
+ ``` bash
38
53
% TMPDIR=$HOME /tmp geckodriver
54
+ ```
39
55
40
56
Alternatively, geckodriver may be used with a Firefox install that
41
57
is not packaged inside a sandbox e.g. from [ mozilla.org] .
@@ -45,6 +61,13 @@ All notable changes to this program are documented in this file.
45
61
46
62
Implemented by [ Olivier Tilloy] .
47
63
64
+ - On MacOS the geckodriver binary is now technically both signed and notarized.
65
+
66
+ Note: The actual validation can only be performed if the machine that starts
67
+ the geckodriver binary for the very first time is online. You can find more
68
+ details on how to work around this issue in the [ macOS notarization] section
69
+ of the documentation.
70
+
48
71
- The backup of the original Firefox preferences are now correctly restored
49
72
on Android when the WebDriver session ends.
50
73
0 commit comments